Merged
Conversation
prdai
approved these changes
Sep 27, 2025
Contributor
|
Notifiers needs to register in provider.yaml airflow/providers/amazon/provider.yaml Lines 908 to 911 in 696fd73 I guess we are missing verification that any new notifier has corresponded entry in the provider.yaml |
ferruzzi
reviewed
Oct 1, 2025
d0b2f2b to
e652106
Compare
Contributor
Author
|
Bad rebase, please ignore if you were pinged. |
jscheffl
reviewed
Oct 3, 2025
Contributor
jscheffl
left a comment
There was a problem hiding this comment.
I like this! No problem being pinged.
As you have in the PR description an example, can you add this example to the codebase as well and a reference into docs so that people can find it? Will be useful for people to know other than taking a look to the source.
Lee-W
reviewed
Oct 8, 2025
providers/http/src/airflow/providers/http/notifications/__init__.py
Outdated
Show resolved
Hide resolved
d8bf6e2 to
2aa61fd
Compare
ferruzzi
approved these changes
Oct 17, 2025
Lee-W
approved these changes
Oct 20, 2025
1 task
52411f8 to
09d6f56
Compare
09d6f56 to
d6b8606
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementation and unit test for HTTP Notifier. Here's the Dag I used to test that it works end-to-end
I add a connection within airflow using:
And spin up a local API server via python:
Then I run the above Dag, and on the CLI with the python API-server running I can see the contents of the POST request that is triggered when the Dag completes successfully.